Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

deNetWinClientUser.hpp

Go to the documentation of this file.
00001 #ifndef _DENETWINCLIENTUSER_HPP
00002 #define _DENETWINCLIENTUSER_HPP
00003 
00004 #ifndef     _DECLIENT_HPP
00005  #include   "..\..\deNet\deClient.hpp" 
00006 #endif
00007 
00008 class deNetWinClientUser : public deClient
00009 {
00010 public:
00011 
00012     deNetWinClientUser(void)            { }
00013     virtual ~deNetWinClientUser(void)   { }
00014 
00015     virtual eNetError   OnTick( void );
00016 
00017 protected:
00018 
00019     virtual eNetError   OnCustomMsg( deNetMsg * pMsg );
00020     virtual eNetError   OnNewConnection( deConnection * pConn );
00021     virtual eNetError   OnRemoveConnnection( deConnection * pConn );
00022 };
00023 
00024 #endif

Generated on Mon Sep 12 19:58:32 2005 for Destiny3D by doxygen1.3-rc3